improve deprecation annotation
authorMatthias Clasen <matthiasc@src.gnome.org>
Sat, 29 Nov 2008 07:19:12 +0000 (07:19 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sat, 29 Nov 2008 07:19:12 +0000 (07:19 +0000)
svn path=/trunk/; revision=21819

ChangeLog
docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkdrawingarea.sgml
gtk/gtkdnd.c

index e26338a5ed76bd1e34d5b695a1e02115c18bc31e..ea0b82d90de6050cbdf5541cec6995c85c0b3c3b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 2008-11-29  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkdnd.c:
        * gtk/gtkcolorsel.c:
        * gtk/gtkbindings.c: Improve deprecation annotations.
 
index 62e9ca7b1f20f34563bdb4cf62c72229008d88d8..485d5a38dad359d66d6271bd66f296be1b2b1cb8 100644 (file)
@@ -1,5 +1,6 @@
 2008-11-29  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/tmpl/gtkdrawingarea.sgml:
        * gtk/tmpl/gtkcheckmenuitem.sgml:
        * gtk/tmpl/gtkcalendar.sgml: 
        * gtk/tmpl/gtkbbox.sgml: Improve deprecation annotations.
index 9b5356238efeb1c9d4e791d7db0a69c110b065d4..2701e8c2bfe5208af62a1385d029b46366c0a992 100644 (file)
@@ -124,7 +124,6 @@ Creates a new drawing area.
 
 <!-- ##### FUNCTION gtk_drawing_area_size ##### -->
 <para>
-(Use gtk_widget_set_size_request() instead.)
 Sets the size that the drawing area will request
 in response to a "size_request" signal. The 
 drawing area may actually be allocated a size
@@ -132,8 +131,8 @@ larger than this depending on how it is packed
 within the enclosing containers.
 </para>
 
-@darea: a #GtkDrawingArea.
-@width: the width to request.
-@height: the height to request.
-
+@darea: a #GtkDrawingArea
+@width: the width to request
+@height: the height to request
+@Deprecated: Use gtk_widget_set_size_request() instead.
 
index 18e6e017a57fd10985c172933d618c3f6f2bcaee..b8e5fbc09fe9b508bd098608587a6e5f9b6512ca 100644 (file)
@@ -3239,8 +3239,9 @@ gtk_drag_set_icon_default (GdkDragContext *context)
  * 
  * Changes the default drag icon. GTK+ retains references for the
  * arguments, and will release them when they are no longer needed.
- * This function is obsolete. The default icon should now be changed
- * via the stock system by changing the stock pixbuf for #GTK_STOCK_DND.
+ *
+ * Deprecated: Change the default drag icon via the stock system by 
+ *     changing the stock pixbuf for #GTK_STOCK_DND instead.
  **/
 void 
 gtk_drag_set_default_icon (GdkColormap   *colormap,